home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
iconch1a
/
form1.frm
< prev
next >
Wrap
Text File
|
1999-10-06
|
2KB
|
69 lines
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 3570
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 3570
StartUpPosition = 3 'Windows-Standard
Begin VB.CommandButton Command4
Caption = "Exit"
Height = 375
Left = 2880
TabIndex = 3
Top = 2760
Width = 615
End
Begin VB.CommandButton Command3
Height = 735
Left = 960
Picture = "Form1.frx":0000
Style = 1 'Grafisch
TabIndex = 2
Top = 2160
Width = 1695
End
Begin VB.CommandButton Command2
Height = 735
Left = 960
Picture = "Form1.frx":09CA
Style = 1 'Grafisch
TabIndex = 1
Top = 1320
Width = 1695
End
Begin VB.CommandButton Command1
Height = 735
Left = 960
Picture = "Form1.frx":1394
Style = 1 'Grafisch
TabIndex = 0
Top = 480
Width = 1695
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Icon = Command1.Picture
End Sub
Private Sub Command2_Click()
Me.Icon = Command2.Picture
End Sub
Private Sub Command3_Click()
Me.Icon = Command3.Picture
End Sub
Private Sub Command4_Click()
End
End Sub